From 6c30cdbd8d22992275d0143bb301ad4dc32db7f9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Jul 2005 16:49:37 +0000 Subject: [PATCH] Fix cairo_content_t <-> cairo_format_t confusion. (#310086, Carlos 2005-07-12 Matthias Clasen * gdk/gdkgc.c (make_stipple_tile_surface): Fix cairo_content_t <-> cairo_format_t confusion. (#310086, Carlos Garnacho Parro) --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gdk/gdkgc.c | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 249d872ab7..7538740941 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-07-12 Matthias Clasen + * gdk/gdkgc.c (make_stipple_tile_surface): Fix + cairo_content_t <-> cairo_format_t confusion. (#310086, + Carlos Garnacho Parro) + * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_get_display_name): Follow the Nautilus change and rename "Filesystem" to "File System", diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 249d872ab7..7538740941 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-07-12 Matthias Clasen + * gdk/gdkgc.c (make_stipple_tile_surface): Fix + cairo_content_t <-> cairo_format_t confusion. (#310086, + Carlos Garnacho Parro) + * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_get_display_name): Follow the Nautilus change and rename "Filesystem" to "File System", diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 249d872ab7..7538740941 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2005-07-12 Matthias Clasen + * gdk/gdkgc.c (make_stipple_tile_surface): Fix + cairo_content_t <-> cairo_format_t confusion. (#310086, + Carlos Garnacho Parro) + * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_get_display_name): Follow the Nautilus change and rename "Filesystem" to "File System", diff --git a/gdk/gdkgc.c b/gdk/gdkgc.c index b29fecb608..6a6f12047d 100644 --- a/gdk/gdkgc.c +++ b/gdk/gdkgc.c @@ -1045,7 +1045,7 @@ make_stipple_tile_surface (cairo_t *cr, alpha_surface = _gdk_drawable_ref_cairo_surface (stipple); surface = cairo_surface_create_similar (cairo_get_target (cr), - CAIRO_FORMAT_ARGB32, + CAIRO_CONTENT_COLOR_ALPHA, width, height); tmp_cr = cairo_create (surface); -- 2.30.2